home *** CD-ROM | disk | FTP | other *** search
- package avs;
-
- import javax.microedition.lcdui.Display;
- import javax.microedition.midlet.MIDlet;
- import javax.microedition.midlet.MIDletStateChangeException;
-
- public class Boxing extends MIDlet implements b {
- // $FF: renamed from: p javax.microedition.lcdui.Display
- public Display field_0;
- // $FF: renamed from: p d
- public d field_1;
- // $FF: renamed from: p i
- public i field_2;
- // $FF: renamed from: p v
- public v field_3;
-
- public Boxing() {
- e var1 = new e(this);
- this.field_0 = Display.getDisplay(this);
- this.field_0.setCurrent(var1);
- this.field_3 = new v(this);
- }
-
- public final void startApp() throws MIDletStateChangeException {
- this.field_2 = new i(this);
- this.field_1 = new d(this);
-
- try {
- Thread var1 = new Thread(this.field_2);
- var1.start();
- } catch (Exception var2) {
- this.destroyApp(false);
- }
-
- this.field_0.setCurrent(this.field_1.p());
- }
-
- protected final void pauseApp() {
- ((MIDlet)this).notifyPaused();
- }
-
- public final void destroyApp(boolean var1) {
- ((MIDlet)this).notifyDestroyed();
- }
-
- // $FF: renamed from: p () void
- public final void method_0() {
- this.destroyApp(false);
- }
-
- // $FF: renamed from: p () c
- public final c method_1() {
- return this.field_2;
- }
-
- // $FF: renamed from: p () n
- public final n method_2() {
- return this.field_1;
- }
-
- // $FF: renamed from: p () v
- public final v method_3() {
- return this.field_3;
- }
-
- // $FF: renamed from: p () javax.microedition.lcdui.Display
- public final Display method_4() {
- return Display.getDisplay(this);
- }
- }
-